projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e52a8f
)
openvpn: remove kmod-ovpn-dco-v2 dependency
author
Dennis Camera
<
[email protected]
>
Sat, 11 Jan 2025 17:59:42 +0000
(18:59 +0100)
committer
Wesley Gimenes
<
[email protected]
>
Thu, 2 Oct 2025 23:06:48 +0000
(20:06 -0300)
OpenVPN does work without the kernel module, it just won't be able to use DCO.
To make life easier for OpenVPN users on very space-constrained devices make it
an optional dependency.
Signed-off-by: Dennis Camera <
[email protected]
>
(cherry picked from commit
01fafd69ef276cd3ae80e9a633391d5f7a8d7dfe
)
Signed-off-by: Sander van Deijck <
[email protected]
>
net/openvpn/Makefile
patch
|
blob
|
history
diff --git
a/net/openvpn/Makefile
b/net/openvpn/Makefile
index f1301d89a37d223d9e57c60c7259c56cb1777453..37df44d8acb7258038ad36b70a9832440e080847 100644
(file)
--- a/
net/openvpn/Makefile
+++ b/
net/openvpn/Makefile
@@
-37,7
+37,7
@@
define Package/openvpn/Default
SUBMENU:=VPN
MENU:=1
DEPENDS:=+kmod-tun +libcap-ng +OPENVPN_$(1)_ENABLE_LZO:liblzo +OPENVPN_$(1)_ENABLE_LZ4:liblz4 +OPENVPN_$(1)_ENABLE_IPROUTE2:ip \
- +OPENVPN_$(1)_ENABLE_DCO:libnl-genl
+OPENVPN_$(1)_ENABLE_DCO:kmod-ovpn-dco-v2
$(3)
+ +OPENVPN_$(1)_ENABLE_DCO:libnl-genl $(3)
VARIANT:=$(1)
PROVIDES:=openvpn openvpn-crypto
endef